From: Dmitry Gutov Date: Sun, 6 Oct 2013 21:34:40 +0000 (+0300) Subject: * indent/ruby.rb: Fix a factual error. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2957 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=568e370dad062763135518ee453ebd6f9186a581;p=emacs.git * indent/ruby.rb: Fix a factual error. --- diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 9bb923ebbdf..e40ef217e54 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb @@ -105,14 +105,11 @@ ensure bar end -# Examples below fail with SMIE. - # Bug#15369 -MSG = 'Separate every 3 digits in the integer portion of a number' \ +MSG = 'Separate every 3 digits in the integer portion of a number' + 'with underscores(_).' -# Next two fail similarly to the one above, so maybe remove 1 or 2 -# after they're fixed: +# Examples below fail with SMIE. a = foo(j, k) - bar_tee